From: Richard M. Stallman Date: Mon, 2 Dec 2002 16:20:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54295 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19fa03f3701d502a4656556bc2e8254108cfa0a4;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6bbc0f2493b..6e30e69557b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2002-12-02 Richard M. Stallman + + * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM. + 2002-11-19 Ben Key * makefile.w32-in: Fixed a bug that caused the documentation for diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8015f8318c6..22cff430cf5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2002-12-02 Richard M. Stallman + + * textmodes/ispell.el (ispell-dict-map): Move specific + dictionary selection into a submenu. + + * textmodes/fill.el (fill-indent-to-left-margin): New function. + (fill-newline, fill-region-as-paragraph): Use that. + + * simple.el (completion-setup-function): Handle + ffap-read-file-or-url-internal specially like + read-file-name-internal. + +2002-12-02 Simon Marshall + + * font-lock.el (c++-font-lock-extra-types): Fix previous change. + +2002-12-02 Fran,Ag(Bois Pinard + + * (makefile-font-lock-keywords): Highlight more make keywords: + defined, endef, override, export, unexport and vpath. + 2002-12-02 Dave Love * autoarg.el (autoarg-kp-mode): Give it a :group.